home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
.bin
/
wrongOS
< prev
next >
Wrap
Text File
|
1997-07-22
|
323b
|
13 lines
#!/bin/sh -f
case `/usr/bin/X11/xconfirm -icon warning -t "Hot Mix 17 has only been tested, and is only supported on IRIX 5.3 , 6.2 , 6.3 and 6.4" \
-t " " \
-t " You may continue, with unpredictable results !" \
-t " " \
-t "Run Hot Mix 17 on this system ?" -b No -B Yes`
in
Yes) echo 1 ;;
No) echo 0 ;;
esac